.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #005bac;
  text-shadow: none;
}
::selection {
  background: #005bac;
  text-shadow: none;
}
/* ========================================================================
     Component: Link
   ========================================================================== */
/* Muted
   ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #666;
}
/* Text
   ========================================================================== */
/*
   * `!important` needed to override inverse component
   */
a.uk-link-text:not(:hover),
.uk-link-text a:not(:hover) {
  color: inherit !important;
}
a.uk-link-text:hover,
.uk-link-text a:hover {
  color: #999999;
}
/* Hero
   ========================================================================== */
/*
   * 1. Using `inline-block` to make it work with text alignment
   * 2. Center vertically
   * 3. Style
   */
.uk-heading-bullet::before {
  content: "";
  border-left: 4px solid #005bac;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #005bac;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #F0F5F9;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #F0F5F9;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #005bac;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #005bac;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #005bac;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #F0F5F9;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #005bac;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #005bac;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #005bac;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #005bac;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #202737;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #202737;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #005bac;
  color: #ffffff;
  border-color: #005bac;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #F0F5F9;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #005bac;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #005bac;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #202737;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #F0F5F9;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #F0F5F9;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #005bac;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #202737;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #005bac;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #202737;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #005bac;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #202737;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #005bac;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #005bac;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #005bac;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #F0F5F9;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #005bac;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #005bac;
}
/* Active */
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  color: #666;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/*
   * Hover
   * Apply hover style also to focus state and if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #005bac;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #005bac;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #005bac;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #005bac;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #005bac;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #005bac;
  background-color: transparent;
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center text if a width is set
   * 2. Style
   */
.uk-tab > * > a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab > .uk-active > a {
  border-color: #005bac;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: #005bac;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #005bac;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #005bac;
}
/*
   * Sublists
   */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus {
  color: #005bac;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #F0F5F9;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #005bac;
}
/*
   * Success
   */
.uk-notification-message-success {
  color: #32d296;
}
/*
   * Warning
   */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
   * Danger
   */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
     Component: Tooltip
   ========================================================================== */
.uk-tooltip {
  /* 4 */
  background: #005bac;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #F0F5F9;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #005bac;
}
.uk-progress::-moz-progress-bar {
  background-color: #005bac;
}
.uk-progress::-ms-fill {
  background-color: #005bac;
}
/* ========================================================================
     Component: Text
   ========================================================================== */
/* Style modifiers
   ========================================================================== */
.uk-text-meta {
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Size modifiers
   ========================================================================== */
.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 20px;
  line-height: 1.5;
}
/* Weight modifier
   ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
}
/* Transform modifier
   ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
   ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #005bac !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier */
.uk-text-background {
  color: #005bac !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #005bac;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #F0F5F9;
}
.uk-background-primary {
  background-color: #005bac;
}
.uk-background-secondary {
  background-color: #202737;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #005bac;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.ap-toolbar .uk-button-default:active,
.ap-toolbar .uk-button-default.uk-active {
  background-color: #005bac;
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #005bac;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #F0F5F9;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #005bac;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(32, 39, 55, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #005bac;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #F0F5F9;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #005bac;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}
.uk-navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-navbar-nav > li > a::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 24px;
  height: 1px;
  background-color: #00a0de;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, box-shadow, height, right;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(77%);
}
.category .uk-pagination li.uk-active,
.ap-pagination li.uk-active,
.dynamic-pagination li.uk-active,
.category .uk-pagination li.active,
.ap-pagination li.active,
.dynamic-pagination li.active {
  background-color: #005bac;
  border-color: #005bac;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #005bac;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #004079;
}
.ap-list-filter dd a.active {
  background-color: #005bac;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #005bac;
}
.category li a.active {
  color: #005bac;
}
.uk-lightbox-items > * > video {
  width: 80%;
}
/* 兼容uk-heading-primary */
@media (min-width: 1200px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-list ul {
  padding-left: 10px;
}
.onepage-pagination li a.active:before {
  background: #005bac;
}
.fr-text-bordered {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.param-field .param-tag {
  color: #005bac;
  border: 1px solid rgba(0, 91, 172, 0.2);
}
form .step .step-bg-progress,
form .add-file .file-btn,
form .step-btns a,
form .step .ui-step.active .ui-step-num {
  background: #005bac;
}
form .step .ui-step.active .ui-step-title {
  color: #005bac;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3b37a2c9aaf1f2 .breadcrumbs {
  background: #f7f8fa;
  font-size: 16px;
}
#a3b37a2c9aaf1f2 .breadcrumbs a {
  color: #333;
}
#a3b37a2c9aaf1f2 .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#a3b37a2c9aaf1f2 .uk-card a:hover,
#a3b37a2c9aaf1f2 a:hover {
  color: #0f6ecd;
}
#a3b37a2c9aaf1f2 .sidebar {
  width: 255px;
  margin-left: 25px;
}
#a3b37a2c9aaf1f2 .sidebar.left {
  margin-left: 0;
  margin-right: 25px;
}
@media (max-width: 640px) {
  #a3b37a2c9aaf1f2 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a3b37a2c9aaf1f2 .data-list .uk-card:hover {
  background: #fafafa;
}
#a3b37a2c9aaf1f2 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a3b37a2c9aaf1f2 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a3b37a2c9aaf1f2 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a3b37a2c9aaf1f2 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a3b37a2c9aaf1f2 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a3b37a2c9aaf1f2 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #005bac;
  cursor: pointer;
}
#a3b37a2c9aaf1f2 .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#a3b37a2c9aaf1f2 .uk-card .category:hover {
  background: #005bac;
}
#a3b37a2c9aaf1f2 .accordion-menu {
  width: 100%;
}
#a3b37a2c9aaf1f2 .accordion-menu ul ul.submenu,
#a3b37a2c9aaf1f2 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a3b37a2c9aaf1f2 .accordion-menu-header {
  background: #005bac;
}
#a3b37a2c9aaf1f2 .accordion-menu-header h4 {
  line-height: 55px;
  color: #fff;
  font-weight: bolder;
  text-align: center;
}
#a3b37a2c9aaf1f2 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #333;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 60px;
  background: #f6f6f6;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 18px;
  border: none;
}
#a3b37a2c9aaf1f2 .accordion-menu > ul > li > a {
  background: #f6f6f6;
}
#a3b37a2c9aaf1f2 .accordion-menu .menu-item.active > a {
  background: #46a8ff;
  color: #fff;
}
#a3b37a2c9aaf1f2 .accordion-menu li a:hover {
  background-color: #005bac;
  color: #fff;
  border: none;
}
#a3b37a2c9aaf1f2 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 60px;
  padding: 0 20px;
  right: 0;
}
#a3b37a2c9aaf1f2 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a3b37a2c9aaf1f2 .hot-list,
#a3b37a2c9aaf1f2 .new-list {
  padding: 12px;
}
#a3b37a2c9aaf1f2 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a3b37a2c9aaf1f2 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a3b37a2c9aaf1f2 .hot-item:hover a {
  color: #0f6ecd;
}
#a3b37a2c9aaf1f2 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a3b37a2c9aaf1f2 .data-list .title {
  line-height: 35px;
  font-size: 16px;
  color: #333;
  padding-left: 20px;
  position: relative;
}
#a3b37a2c9aaf1f2 .data-list .title i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 4px;
}
#a3b37a2c9aaf1f2 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #005bac;
  content: "";
}
#a3b37a2c9aaf1f2 .content-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
#a3b37a2c9aaf1f2 .content-header .uk-h4 {
  margin: 0;
  display: inline-block;
  padding: 0 15px;
  color: #005bac;
  border-bottom: #005bac 2px solid;
  font-size: 20px;
  line-height: 50px;
}
#a3b37a2c9aaf1f2 .data-list .uk-card {
  border-bottom: 1px solid #ececec;
}
#a3b37a2c9aaf1f2 .item-title {
  color: #333;
}
#a3b37a2c9aaf1f2 input::placeholder {
  color: #999;
}
#a3b37a2c9aaf1f2 .datetime {
  color: #999;
}
#a3b37a2c9aaf1f2 .new-item a {
  padding-left: 25px;
}
#a3b37a2c9aaf1f2 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#ac16baef4ba13af .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3b37a2c9aaf1f2 [data-item*=".abstract"], #a3b37a2c9aaf1f2 [data-item*=".abstract"] a {show: true;}#a3b37a2c9aaf1f2 [data-item*=".subTitle"], #a3b37a2c9aaf1f2 [data-item*=".subTitle"] a {show: true;}#a3b37a2c9aaf1f2 [data-item*=".category"], #a3b37a2c9aaf1f2 [data-item*=".category"] a {show: true;}#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8a39aef75a9145 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a8a39aef75a9145 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a8a39aef75a9145 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a8a39aef75a9145 .uk-container {
    padding: 0;
  }
  #a8a39aef75a9145 .sidebar {
    padding: 10px;
  }
}
#a8a39aef75a9145 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a8a39aef75a9145 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a8a39aef75a9145 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #005bac;
  cursor: pointer;
}
#a8a39aef75a9145 .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#a8a39aef75a9145 .content-tags a:hover {
  background: #005bac;
  color: #fff;
  border-color: #005bac;
}
#a8a39aef75a9145 .abstract,
#a8a39aef75a9145 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a8a39aef75a9145 .copyright a {
  color: #999;
  word-break: break-all;
}
#a8a39aef75a9145 .detail-content {
  font-size: 16px;
  color: #444;
}
#a8a39aef75a9145 .detail-content img {
  margin-bottom: 10px;
}
#a8a39aef75a9145 .detail-content table {
  font-size: 13px;
}
#a8a39aef75a9145 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a8a39aef75a9145 .hot-list,
#a8a39aef75a9145 .new-list {
  padding: 12px;
}
#a8a39aef75a9145 .new-list a:hover,
#a8a39aef75a9145 .hot-list a:hover {
  color: #0f6ecd;
}
#a8a39aef75a9145 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a8a39aef75a9145 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a8a39aef75a9145 .hot-item:hover a {
  color: #0f6ecd;
}
#a8a39aef75a9145 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a8a39aef75a9145 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #005bac;
  content: "";
}
#a8a39aef75a9145 .content-header {
  padding-bottom: 10px;
}
#a8a39aef75a9145 .item-title {
  color: #333;
}
#a8a39aef75a9145 input::placeholder {
  color: #999;
}
#a8a39aef75a9145 .datetime {
  color: #999;
}
#a8a39aef75a9145 .new-item a {
  padding-left: 25px;
}
#a8a39aef75a9145 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a8a39aef75a9145 .siblings a {
  color: #444;
  line-height: 2;
}
#a8a39aef75a9145 .siblings a:hover {
  color: #0f6ecd;
}
#ace5ca74abad0b4 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8b7ca2978a2ae7 .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #a8b7ca2978a2ae7 .sidebar {
    width: 100%;
  }
}
#a8b7ca2978a2ae7 .accordion-menu,
#a8b7ca2978a2ae7 .accordion-menu ul ul.submenu,
#a8b7ca2978a2ae7 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a8b7ca2978a2ae7 .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#a8b7ca2978a2ae7 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border: none;
}
#a8b7ca2978a2ae7 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#a8b7ca2978a2ae7 .accordion-menu li a:hover {
  background-color: #005bac;
  color: #fff;
  border: none;
}
#a8b7ca2978a2ae7 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#a8b7ca2978a2ae7 .contact {
  color: #fff;
}
#a8b7ca2978a2ae7 .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#a8b7ca2978a2ae7 .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#a8b7ca2978a2ae7 .hot-list a {
  color: #777;
}
#a8b7ca2978a2ae7 .hot-list a:hover {
  color: #0f6ecd;
}
#a8b7ca2978a2ae7 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a8b7ca2978a2ae7 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a8b7ca2978a2ae7 .hot-item:hover a {
  color: #0f6ecd;
}
#a8b7ca2978a2ae7 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a8b7ca2978a2ae7 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #005bac;
  content: "";
}
#a8b7ca2978a2ae7 .content-header {
  padding-bottom: 10px;
}
#aa3f3ac824ac0e6 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8b7ca2978a2ae7 [data-item*=".abstract"], #a8b7ca2978a2ae7 [data-item*=".abstract"] a {show: true;}#a8b7ca2978a2ae7 [data-item*=".subTitle"], #a8b7ca2978a2ae7 [data-item*=".subTitle"] a {show: true;}#a8b7ca2978a2ae7 [data-item*=".category"], #a8b7ca2978a2ae7 [data-item*=".category"] a {show: true;}#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae14ca21b1a13d0 .detail-content .goods-params div {
  margin: 4px 0;
}
#ae14ca21b1a13d0 .video-box,
#ae14ca21b1a13d0 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#ae14ca21b1a13d0 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ae14ca21b1a13d0 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#ae14ca21b1a13d0 .preview-box img {
  width: 100%;
}
#ae14ca21b1a13d0 .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#ae14ca21b1a13d0 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ae14ca21b1a13d0 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ae14ca21b1a13d0 .thumb-box {
  width: 100%;
  position: relative;
}
#ae14ca21b1a13d0 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ae14ca21b1a13d0 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ae14ca21b1a13d0 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ae14ca21b1a13d0 .thumb-list {
  overflow: hidden;
}
#ae14ca21b1a13d0 .thumb-list ul {
  width: 100000px;
}
#ae14ca21b1a13d0 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ae14ca21b1a13d0 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ae14ca21b1a13d0 .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#ae14ca21b1a13d0 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ae14ca21b1a13d0 .thumb-list ul li.active img {
  border-color: #005bac;
}
#ae14ca21b1a13d0 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#ae14ca21b1a13d0 .zoom-box img {
  max-width: initial;
}
#ae14ca21b1a13d0 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#ae14ca21b1a13d0 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#ae14ca21b1a13d0 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#ae14ca21b1a13d0 .goods-intro .price span {
  line-height: 30px;
}
#ae14ca21b1a13d0 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#ae14ca21b1a13d0 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #005bac;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ae14ca21b1a13d0 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #005bac;
  font-size: 18px;
}
#ae14ca21b1a13d0 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#ae14ca21b1a13d0 .line-through {
  text-decoration: line-through;
}
#ae14ca21b1a13d0 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#ae14ca21b1a13d0 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#ae14ca21b1a13d0 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#ae14ca21b1a13d0 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#ae14ca21b1a13d0 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#ae14ca21b1a13d0 .number .name {
  line-height: 30px;
  width: 54px;
}
#ae14ca21b1a13d0 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#ae14ca21b1a13d0 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#ae14ca21b1a13d0 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#ae14ca21b1a13d0 .select-num i {
  line-height: 30px;
}
#ae14ca21b1a13d0 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#ae14ca21b1a13d0 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#ae14ca21b1a13d0 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#ae14ca21b1a13d0 .buttons {
  margin: 30px 0 0 12px;
}
#ae14ca21b1a13d0 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #005bac;
  text-align: center;
  border-radius: 2px;
}
#ae14ca21b1a13d0 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#ae14ca21b1a13d0 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#ae14ca21b1a13d0 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#ae14ca21b1a13d0 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#ae14ca21b1a13d0 .hot-list .img-wrap {
  display: block;
}
#ae14ca21b1a13d0 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#ae14ca21b1a13d0 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#ae14ca21b1a13d0 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#ae14ca21b1a13d0 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#ae14ca21b1a13d0 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#ae14ca21b1a13d0 .left .detail-nav-tab .item.uk-active,
#ae14ca21b1a13d0 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #005bac;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#ae14ca21b1a13d0 .left .detail-nav-tab .item.uk-active a {
  color: #005bac;
  cursor: default;
}
#ae14ca21b1a13d0 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#ae14ca21b1a13d0 .hot-list .item:last-child {
  border-bottom: none;
}
#ae14ca21b1a13d0 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#ae14ca21b1a13d0 .hot-list .item .goods-title:hover {
  color: #005bac;
}
#ae14ca21b1a13d0 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #005bac;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ae14ca21b1a13d0 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#ae14ca21b1a13d0 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#ae14ca21b1a13d0 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #ae14ca21b1a13d0 .right {
    width: 100%;
  }
  #ae14ca21b1a13d0 .preview-box img {
    height: 340px;
  }
  #ae14ca21b1a13d0 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #ae14ca21b1a13d0 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #ae14ca21b1a13d0 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a15dba8664aba4e .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4935a6daeaa10b .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5893afe16a2a4d .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 25, 77, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a5893afe16a2a4d .marquee-wrap > .str_move {
  cursor: text;
}
#a5893afe16a2a4d .marquee-wrap:hover {
  background: rgba(34, 25, 77, 0);
}
#a5893afe16a2a4d .marquee-wrap .content {
  position: absolute;
}
#a5893afe16a2a4d .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#a5893afe16a2a4d .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
}
#abe95a3981ab7b3 , #abe95a3981ab7b3 a{color: rgba(153, 153, 153, 1);}#a7766a7688a306b form {
  width: 100%;
  height: 100%;
}
#a7766a7688a306b .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a7766a7688a306b .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a7766a7688a306b .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a7766a7688a306b .search-box .search-type.show {
  display: block;
}
#a7766a7688a306b .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 18px;
}
#a7766a7688a306b .search-box .search-type li:hover {
  color: #00ad5f;
}
#a7766a7688a306b .search-box .search-type li.active {
  color: #00ad5f;
}
#a7766a7688a306b .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
}
#a7766a7688a306b .inner-form .input-field {
  height: 100%;
}
#a7766a7688a306b .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a7766a7688a306b .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a7766a7688a306b .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a7766a7688a306b .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a7766a7688a306b .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a7766a7688a306b .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f5f5;
  position: relative;
}
#a7766a7688a306b .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a7766a7688a306b .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a7766a7688a306b .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a7766a7688a306b .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #9c9c9c;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a7766a7688a306b .btn-search:hover {
  background: #00ad5f;
}
#a7766a7688a306b .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aa9bdae466a8b02 .ad171afbe7a7cea {
  overflow: hidden;
}
#aa9bdae466a8b02 .ad171afbe7a7cea , #aa9bdae466a8b02 .ad171afbe7a7cea > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#aa9bdae466a8b02 .ad171afbe7a7cea:hover , #aa9bdae466a8b02 .ad171afbe7a7cea *:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#aa9bdae466a8b02 .uk-grid {
  margin-left: -15px;
}
#aa9bdae466a8b02 .uk-grid > * {
  padding-left: 15px;
}
#aa9bdae466a8b02 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa9bdae466a8b02 .dynamic-list-item {
  background-color: #ffffff;
}
#aa9bdae466a8b02 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa9bdae466a8b02 .uk-position-center-left-out {
    left: -30px;
  }
  #aa9bdae466a8b02 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a421ead181ad234 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a421ead181ad234 .ele-wrap:hover {background-color: #0483cc;}#aa4f1af2c1aa73c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa4f1af2c1aa73c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa4f1af2c1aa73c .ap-icon {
  margin-right: 6px;
}
#aa4f1af2c1aa73c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #1b4996;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 140px;
  background-color: #1b4996;
}
#aa4f1af2c1aa73c .menu-list > li.icon-bottom > a,
#aa4f1af2c1aa73c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa4f1af2c1aa73c .menu-list > li.icon-bottom > a .ap-icon,
#aa4f1af2c1aa73c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa4f1af2c1aa73c .menu-list > li.icon-bottom > a .ap-icon svg,
#aa4f1af2c1aa73c .menu-list > li.icon-top > a .ap-icon svg,
#aa4f1af2c1aa73c .menu-list > li.icon-bottom > a .ap-icon img,
#aa4f1af2c1aa73c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa4f1af2c1aa73c .menu-list > li.icon-right > a .ap-icon,
#aa4f1af2c1aa73c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa4f1af2c1aa73c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa4f1af2c1aa73c .menu-list > li:hover > a,
#aa4f1af2c1aa73c .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aa4f1af2c1aa73c .menu-list ul,
#aa4f1af2c1aa73c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa4f1af2c1aa73c .menu-list ul {
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
}
#aa4f1af2c1aa73c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa4f1af2c1aa73c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa4f1af2c1aa73c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aca9ca5ff1adfc8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa29aa1de4ae369 > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a96f9a7a8da6271 > .ele-wrap {background-color: rgba(255, 181, 48, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a62d4a450ea9f02 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5c12a5b16ace36 > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae4b1a1ddfa759c > .ele-wrap {background-color: rgba(255, 181, 48, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6dcaadbb4a5ff1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a10e4ac076a19dd > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4277ae686accf6 > .ele-wrap {background-color: rgba(255, 181, 48, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab61aa919bafd65 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8156a0b25a8f00 > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6e1ba98efadb57 > .ele-wrap {background-color: rgba(255, 181, 48, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a7447a0123acaff > .ele-wrap {background-color: rgba(47, 122, 166, 0.75);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2747aee77a97ea > .ele-wrap {background-color: rgba(56, 132, 175, 0.65);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7c07adfb1ab000 > .ele-wrap {background-color: rgba(56, 122, 161, 0.65);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac904a8859a6adc > .ele-wrap {background-color: rgba(33, 105, 146, 0.65);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a93f9ae9b8aacfa > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a2859ae2deaa401 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a0431a6fecaec2b > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aede2a725aae4ab > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(255, 255, 255, 1);border-top-style: solid;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#aa189aa1dfaafcc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0bfaa32d4a3f07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a18e5a72b3a42a3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af0eaa8305a0dab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a64c9a0e36a4605 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3ca1a8710a7c31 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a58a0a62cead59e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5980a8388a28bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9211a449eaa692 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a32efac9eca62fb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a513cad04da9de2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab9aca9a0ba6948 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af2e0afa21a50e3 .ap-category-filter ul li.active {
  border-color: #005bac;
  color: #005bac;
}
#af2e0afa21a50e3 .uk-grid {
  margin-left: -4px;
}
#af2e0afa21a50e3 .uk-grid > * {
  padding-left: 4px;
}
#af2e0afa21a50e3 .uk-card {
  background-color: #fff;
  padding: 30px;
}
#af2e0afa21a50e3 .uk-button {
  border: 1px solid #ececec;
}
#af2e0afa21a50e3 .uk-card:hover {
  background-color: #202737;
}
#af2e0afa21a50e3 .uk-card:hover .title {
  color: #fff;
}
#af2e0afa21a50e3 .uk-card:hover hr {
  color: #ccc;
}
#af2e0afa21a50e3 .uk-card:hover .abstract {
  color: #fff;
}
#af2e0afa21a50e3 .uk-card:hover .datetime {
  color: #d3b267;
}
#af2e0afa21a50e3 .uk-card:hover .category {
  color: #d3b267;
}
#af2e0afa21a50e3 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acac3aee9fa1a26 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a90d1a2555a6d8a > .ele-wrap {background-color: rgba(165, 170, 211, 0.44);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9c2da736aa8985 {
  overflow: hidden;
}
#a9c2da736aa8985 .img-wrap {
  transition: all 0.3s ease-in;
}
#a9c2da736aa8985 .img-wrap:hover {
  transform: scale(1.1);
}
#ac890a3fb9a4962 {
  overflow: hidden;
}
#ac890a3fb9a4962 .img-wrap {
  transition: all 0.3s ease-in;
}
#ac890a3fb9a4962 .img-wrap:hover {
  transform: scale(1.1);
}
#a5f47a271fa9fd4 {
  overflow: hidden;
}
#a5f47a271fa9fd4 .img-wrap {
  transition: all 0.3s ease-in;
}
#a5f47a271fa9fd4 .img-wrap:hover {
  transform: scale(1.1);
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a552da26eea931b .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac755a7f18a9392 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 6px 2px rgba(233, 233, 233, 1);}#ac755a7f18a9392  > .ele-wrap:hover {border-top-width: 2px;border-top-color: #ffb167;}#a23ada0cfda7a32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 6px 2px rgba(233, 233, 233, 1);}#a23ada0cfda7a32  > .ele-wrap:hover {border-top-width: 2px;border-top-color: #ffb167;}#a6f9eaa229ab578 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 6px 2px rgba(233, 233, 233, 1);}#a6f9eaa229ab578  > .ele-wrap:hover {border-top-width: 2px;border-top-color: #ffb167;}#a5956ad7b5a14f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 6px 2px rgba(233, 233, 233, 1);}#a5956ad7b5a14f9  > .ele-wrap:hover {border-top-width: 2px;border-top-color: #ffb167;}#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0ed7a5148a2661 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7b46a934caf1f3 > .ele-wrap {background-color: rgba(163, 212, 108, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7b46a934caf1f3  > .ele-wrap:hover {background-color: rgba(102, 218, 98, 1);}#afff8a7941ae482 > .ele-wrap {background-color: rgba(163, 212, 108, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#afff8a7941ae482  > .ele-wrap:hover {background-color: rgba(102, 218, 98, 1);}#a3495a1b62acbd4 , #a3495a1b62acbd4 a{color: rgba(224, 246, 19, 1);}#adab9a2bd7afa5e , #adab9a2bd7afa5e a{color: rgba(246, 134, 19, 1);}#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6ad3ab127a9c32 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1f15a3f1ca4b52 .ap-category-filter ul li.active {
  border-color: #005bac;
  color: #005bac;
}
#a1f15a3f1ca4b52 .uk-grid {
  margin-left: -12px;
}
#a1f15a3f1ca4b52 .uk-grid > * {
  padding-left: 12px;
}
#a1f15a3f1ca4b52 .uk-grid-margin {
  margin-top: 20px;
}
#a1f15a3f1ca4b52 .uk-card {
  transition: all .3s ease;
  background-color: #f6f6f6;
  position: relative;
}
#a1f15a3f1ca4b52 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a1f15a3f1ca4b52 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a1f15a3f1ca4b52 .uk-card-body {
  display: block;
}
#a1f15a3f1ca4b52 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a1f15a3f1ca4b52 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #61c45b;
  color: #fff;
}
#a1f15a3f1ca4b52 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a1f15a3f1ca4b52 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a1f15a3f1ca4b52 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a1f15a3f1ca4b52 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a1f15a3f1ca4b52 .uk-card:hover {
  background-color: #333333;
}
#a1f15a3f1ca4b52 .uk-card:hover .title {
  color: #fff;
}
#a1f15a3f1ca4b52 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a1f15a3f1ca4b52 .uk-card:hover .img {
  transform: scale(1.2);
}
#a1f15a3f1ca4b52 .uk-card:hover .abstract {
  color: #fff;
}
#a1f15a3f1ca4b52 .uk-card:hover .datetime {
  color: #d3b267;
}
#a1f15a3f1ca4b52 .uk-card:hover .category {
  color: #ffffff;
}
#a1f15a3f1ca4b52 .uk-card:hover .uk-button {
  color: #379654;
  background-color: #379654;
  border-color: #379654;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a568da09e2a6869 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa17aa5ec7a2eda .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa17aa5ec7a2eda .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a9fbea058cadd7f a {
                background-image: linear-gradient(90deg,
                rgba(235, 77, 77, 1),
                rgba(126, 211, 33, 1));
            
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 30px;text-align: center;font-family: inherit;}#a9fbea058cadd7f a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aedceaa24ca74a4 a {
                background-image: linear-gradient(90deg,
                rgba(138, 143, 18, 1),
                rgba(19, 206, 199, 1));
            
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 30px;text-align: center;font-family: inherit;}#aedceaa24ca74a4 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#af8fca9537aa97c a {
                background-image: linear-gradient(90deg,
                rgba(138, 143, 18, 1),
                rgba(19, 206, 199, 1));
            
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 30px;text-align: center;font-family: inherit;}#af8fca9537aa97c a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa14ea6bb8a54da .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa17aa5ec7a2eda .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa17aa5ec7a2eda .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a1aa0a613ca6b78 > .ele-wrap {
                background-image: linear-gradient(240deg,
                rgba(254, 236, 208, 1),
                rgba(255, 253, 250, 1));
            border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7285a4bdfa5490 , #a7285a4bdfa5490 a{color: rgba(255, 194, 93, 1);}#a8de4af86ea8d8f , #a8de4af86ea8d8f a{color: rgba(255, 194, 93, 1);}#a3319a0466a9ea6 , #a3319a0466a9ea6 a{color: rgba(255, 194, 93, 1);}#ac8e5a1e56a3440 , #ac8e5a1e56a3440 a{color: rgba(255, 194, 93, 1);}#a106aa6d3eae276 > .ele-wrap {
                background-image: linear-gradient(3deg,
                rgba(6, 114, 239, 1),
                rgba(112, 92, 214, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aae91aacccab21b > .ele-wrap {
                background-image: linear-gradient(3deg,
                rgba(6, 114, 239, 1),
                rgba(112, 92, 214, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab263a3ff6a30f7 > .ele-wrap {
                background-image: linear-gradient(3deg,
                rgba(6, 114, 239, 1),
                rgba(112, 92, 214, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9a0ead228add94 > .ele-wrap {
                background-image: linear-gradient(3deg,
                rgba(6, 114, 239, 1),
                rgba(112, 92, 214, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a58d9a9ae5a1a61 > .ele-wrap {
                background-image: linear-gradient(3deg,
                rgba(6, 114, 239, 1),
                rgba(112, 92, 214, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5173a0e94a6b0a > .ele-wrap {
                background-image: linear-gradient(3deg,
                rgba(6, 114, 239, 1),
                rgba(112, 92, 214, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2a08aaa10a671f > .ele-wrap {
                background-image: linear-gradient(3deg,
                rgba(6, 114, 239, 1),
                rgba(112, 92, 214, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7894a6039afe02 > .ele-wrap {
                background-image: linear-gradient(3deg,
                rgba(6, 114, 239, 1),
                rgba(112, 92, 214, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac461a6103a6f3d .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa456abbfaa9922 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 7px;border-top-color: #ff9a46;box-shadow: 0px 2px 7px 0px rgba(238, 238, 238, 1);}#a1e04aa48ea6e74 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 7px;border-top-color: #ff9a46;box-shadow: 0px 2px 7px 0px rgba(238, 238, 238, 1);}#a7b3bae4cca579c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 7px;border-top-color: #ff9a46;box-shadow: 0px 2px 7px 0px rgba(238, 238, 238, 1);}#a41fda4a11a2798 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 7px;border-top-color: #ff9a46;box-shadow: 0px 2px 7px 0px rgba(238, 238, 238, 1);}#a5aa7aa420a771a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 7px;border-top-color: #ff9a46;box-shadow: 0px 2px 7px 0px rgba(238, 238, 238, 1);}#a3463ad48da8278 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 7px;border-top-color: #ff9a46;box-shadow: 0px 2px 7px 0px rgba(238, 238, 238, 1);}#a6d32a292ca94a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 7px;border-top-color: #ff9a46;box-shadow: 0px 2px 7px 0px rgba(238, 238, 238, 1);}#a694ca68ecaaaea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 7px;border-top-color: #ff9a46;box-shadow: 0px 2px 7px 0px rgba(238, 238, 238, 1);}#a127fa6400a52af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 7px;border-top-color: #ff9a46;box-shadow: 0px 2px 7px 0px rgba(238, 238, 238, 1);}#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0fefae46ea476b .pic-item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#a384eaee5ca32b9 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a564ba9160ac290 .news-wrap {
  padding: 10px 0;
}
#a564ba9160ac290 .news-title {
  padding: 0 15px;
  height: 100%;
  color: #005bac;
  flex-shrink: 0;
}
#a564ba9160ac290 .news-list {
  padding-right: 50px;
  width: 0;
  overflow: hidden;
}
#a564ba9160ac290 .news-list a {
  color: #232323;
}
#a564ba9160ac290 .owl-nav {
  position: absolute;
  right: -49px;
  top: -1px;
  margin: 0;
}
#a564ba9160ac290 .owl-prev,
#a564ba9160ac290 .owl-next {
  width: 24px;
  background: #f0f1f4;
  color: #444;
  margin-left: 5px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
}
#ab5d5abfc2a6bbd .event-list {
  margin-bottom: 20px;
}
#ab5d5abfc2a6bbd .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #005bac;
  border: 1px solid #005bac;
  padding: 0;
}
#ab5d5abfc2a6bbd .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#ab5d5abfc2a6bbd .event-list p {
  margin: 0;
  padding: 0;
}
#ab5d5abfc2a6bbd .event-list .text-mon {
  font-size: 12px;
}
#ab5d5abfc2a6bbd .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#ab5d5abfc2a6bbd .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#ab5d5abfc2a6bbd .uk-card:hover .event-date {
  background-color: #005bac;
  color: #fff;
}
#ab5d5abfc2a6bbd .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #005bac;
}
#acc20ab77bac387 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3257a5adca3f57 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4393a6493ab70c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2feea1d16a1421 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad2bca9527a9b96 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a79efa72efae776 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a47f9a5a17a2d2d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 11px 0px rgba(233, 233, 233, 1);}#a1948aa42ba1dcf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 11px 0px rgba(233, 233, 233, 1);}#aac30a3bc4a9009 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 11px 0px rgba(233, 233, 233, 1);}#ac49cabeeca2c89 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 11px 0px rgba(233, 233, 233, 1);}#ad6d4ada72a6669 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 11px 0px rgba(233, 233, 233, 1);}#a8ca3a5921a083d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 11px 0px rgba(233, 233, 233, 1);}#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad6eda5ad1a0af8 .uk-position-cover {
  background-color: #005bac;
  opacity: 0.7;
}
#a3e0aafeceaa433 .box-shadow-2 {
  position: relative;
  z-index: 1;
}
#a3e0aafeceaa433 .box-shadow-2:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 10px;
  box-shadow: 0px 30px 60px 0px rgba(85, 85, 85, 0.8);
  border-radius: inherit;
  transition: box-shadow 0.3s ease;
}
#ac136afb30abd68 .box-shadow-2 {
  position: relative;
  z-index: 1;
}
#ac136afb30abd68 .box-shadow-2:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 10px;
  box-shadow: 0px 30px 60px 0px rgba(85, 85, 85, 0.8);
  border-radius: inherit;
  transition: box-shadow 0.3s ease;
}
#afee9aba67a8c01 .timeline-item {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) {
  #afee9aba67a8c01 .timeline-item {
    padding-left: 60px;
  }
  #afee9aba67a8c01 .timeline-item-date {
    position: absolute;
    top: -1px;
    right: 100%;
    white-space: nowrap;
    margin-right: 5px;
  }
  #afee9aba67a8c01 .timeline-item-date:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 1px;
    background-color: rgba(169, 177, 187, 0.5);
    margin-left: 15px;
  }
}
#afee9aba67a8c01 .timeline-item-point {
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #005bac;
  padding: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
#afee9aba67a8c01 .timeline-item-point:before {
  content: '';
  display: block;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  background-color: #005bac;
}
#afee9aba67a8c01 .timeline-item-line {
  position: absolute;
  top: 25px;
  left: 7px;
  bottom: 5px;
  width: 2px;
  border-left: 2px dashed #a9b1bb;
  border-right: 2px dashed #a9b1bb;
}
#afee9aba67a8c01 .timeline-item-active .timeline-item-line {
  top: 18px;
  bottom: 0;
  left: 8px;
  margin: 0;
  background-color: #005bac;
  border: none!important;
}
#a9ed3aa228a0bbd .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae4dfad350ae243 > .ele-wrap {background-color: rgba(66, 122, 187, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a11b7af61fa7ef0 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab4deaf47bacc5f > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#a7ba0ad29ba6b4f .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#a687aa54e9abe85 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#ac498ab149a53a9 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#a5f5ca032aa37f4 , #a5f5ca032aa37f4 a{color: rgba(255, 255, 255, 1);}#a09f3a21c8a4918 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#aa55ba55f1a0ff4 .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#ac621a9231aa8fa > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#a4902a4e01aea82 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#a3f99ac145a2f0a , #a3f99ac145a2f0a a{color: rgba(255, 255, 255, 1);}#ab74caf1bea16df > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#ae219a87cfa01e0 .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#ad84ba6749a8c73 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#a5185a39eaa9283 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#ad632ac48ca0636 , #ad632ac48ca0636 a{color: rgba(255, 255, 255, 1);}#a3fcea990faa379 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#a061fae9eea922b .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#a727ea6282ac70c > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#a2734a26c1aefb6 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#a9f5da93e2a784d , #a9f5da93e2a784d a{color: rgba(255, 255, 255, 1);}#afee9aba67a8c01 [data-item="buttons[0]"] {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a474da7cb0a25fe .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4df0a8d26add27 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0c01a9cccad556 {
  overflow: hidden;
}
#a0c01a9cccad556 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#a0c01a9cccad556 .img-wrap:hover {
  transform: scale(1.2);
}
#a5d31aa7cfa38e9 > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3ceaac62ba92b9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7d25a303ca6666 {
  overflow: hidden;
}
#a7d25a303ca6666 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#a7d25a303ca6666 .img-wrap:hover {
  transform: scale(1.2);
}
#ab413a0b57a195d > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4739a9dcca0244 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a06aca1754a779e {
  overflow: hidden;
}
#a06aca1754a779e .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#a06aca1754a779e .img-wrap:hover {
  transform: scale(1.2);
}
#a9292aad38a59c4 > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a577fad90fa90b1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a53a4ada34a5e03 {
  overflow: hidden;
}
#a53a4ada34a5e03 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#a53a4ada34a5e03 .img-wrap:hover {
  transform: scale(1.2);
}
#aeca0a6818ade4e > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a34a9a5a71acd1b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a57faa72bba45a6 {
  overflow: hidden;
}
#a57faa72bba45a6 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#a57faa72bba45a6 .img-wrap:hover {
  transform: scale(1.2);
}
#a42ffa6b6faaa19 > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0b58a5b03aca17 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab5deac996a1e7c {
  overflow: hidden;
}
#ab5deac996a1e7c .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#ab5deac996a1e7c .img-wrap:hover {
  transform: scale(1.2);
}
#a4c87ac35fabafd > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8d59ae311a6575 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad225a7f5ca96d3 {
  overflow: hidden;
}
#ad225a7f5ca96d3 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#ad225a7f5ca96d3 .img-wrap:hover {
  transform: scale(1.2);
}
#a26aba6505ac4f9 > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#afafdab71cae8e4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7ff0adbb4a3d22 {
  overflow: hidden;
}
#a7ff0adbb4a3d22 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#a7ff0adbb4a3d22 .img-wrap:hover {
  transform: scale(1.2);
}
#ae9f7af86da5498 > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8a9fa6d74a70ad > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa6d8ae0cda2f4b {
  overflow: hidden;
}
#aa6d8ae0cda2f4b .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#aa6d8ae0cda2f4b .img-wrap:hover {
  transform: scale(1.2);
}
#a5d29a2496aab22 > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac1f3a1e92ad073 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3e6aae30cad28d {
  overflow: hidden;
}
#a3e6aae30cad28d .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#a3e6aae30cad28d .img-wrap:hover {
  transform: scale(1.2);
}
#adf47ac5e4aa0a4 > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#acacda9a16a5a7a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3f57ad147a2fd6 {
  overflow: hidden;
}
#a3f57ad147a2fd6 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#a3f57ad147a2fd6 .img-wrap:hover {
  transform: scale(1.2);
}
#a8ae9a3101ad76c > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab38ea790eac632 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7bd2a1a11a22a9 {
  overflow: hidden;
}
#a7bd2a1a11a22a9 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#a7bd2a1a11a22a9 .img-wrap:hover {
  transform: scale(1.2);
}
#a08eca135da6ee2 > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2033a3573a81e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac32eaa5d4a0775 {
  overflow: hidden;
}
#ac32eaa5d4a0775 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#ac32eaa5d4a0775 .img-wrap:hover {
  transform: scale(1.2);
}
#ab342ac16dad90f > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0e11afa8da8abc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8da6a00baaaa12 {
  overflow: hidden;
}
#a8da6a00baaaa12 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#a8da6a00baaaa12 .img-wrap:hover {
  transform: scale(1.2);
}
#a639dab391acd5d > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a34b2ad053a6a99 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a45dda10f4a1bdf {
  overflow: hidden;
}
#a45dda10f4a1bdf .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#a45dda10f4a1bdf .img-wrap:hover {
  transform: scale(1.2);
}
#a5149a59a0a9496 > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a804aacd3ea7551 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a933ca5553ac168 {
  overflow: hidden;
}
#a933ca5553ac168 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#a933ca5553ac168 .img-wrap:hover {
  transform: scale(1.2);
}
#a47a5a4b6ba3cb1 > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aab89a6eaca25b9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a36fba6debac139 {
  overflow: hidden;
}
#a36fba6debac139 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#a36fba6debac139 .img-wrap:hover {
  transform: scale(1.2);
}
#a9880aa56aa1011 > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aae62a1773abf22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab3cdaaac5a1ca3 {
  overflow: hidden;
}
#ab3cdaaac5a1ca3 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#ab3cdaaac5a1ca3 .img-wrap:hover {
  transform: scale(1.2);
}
#a7fb5aad21ab48e > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0e29ae3baa7d90 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a33cfa86ffa899f {
  overflow: hidden;
}
#a33cfa86ffa899f .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#a33cfa86ffa899f .img-wrap:hover {
  transform: scale(1.2);
}
#a153cad2bba310d > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4526ab630a0dc0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a4526ab630a0dc0 .ele-wrap:hover {background-color: #0483cc;}#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1e73a8abba38bb .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a304ca51d8af6d2 .testimonial-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
#a304ca51d8af6d2 .quote-icon {
  width: 40px;
  fill: #F0F5F9;
  position: absolute;
  left: 30px;
  top: 30px;
}
#ac6c3ac1dcac0c3 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2284acae9a3475 {
  min-height: 500px;
  /* mobile */
}
#a2284acae9a3475 .search-highlight {
  background: yellow;
}
#a2284acae9a3475 .el-item {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2284acae9a3475 .el-title {
  margin-bottom: 20px;
}
#a2284acae9a3475 .el-item:hover {
  background: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2284acae9a3475 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a2284acae9a3475 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a2284acae9a3475 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a2284acae9a3475 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a2284acae9a3475 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a2284acae9a3475 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a2284acae9a3475 .el-title {
    margin-bottom: 0;
  }
  #a2284acae9a3475 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a2284acae9a3475 .category {
    font-size: 12px;
  }
  #a2284acae9a3475 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#aed90a74f8ad1a5 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8b7aa332fac991 {
  /* Error Page */
  /* Error Page */
  /*--------------------------------------------Framework --------------------------------*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /* Margin section */
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done - For the inside sections that has also Title section*/
  /* Margin section */
  /*--------------------------------------------FrameWork------------------------*/
}
#a8b7aa332fac991 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a8b7aa332fac991 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a8b7aa332fac991 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a8b7aa332fac991 .error .clip:nth-of-type(1) .shadow,
#a8b7aa332fac991 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a8b7aa332fac991 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a8b7aa332fac991 .error h2 {
  font-size: 32px;
}
#a8b7aa332fac991 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a8b7aa332fac991 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a8b7aa332fac991 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a8b7aa332fac991 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a8b7aa332fac991 .error .clip .shadow {
  overflow: hidden;
}
#a8b7aa332fac991 .error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
#a8b7aa332fac991 .error .clip:nth-of-type(3) .shadow:after,
#a8b7aa332fac991 .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}
#a8b7aa332fac991 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a8b7aa332fac991 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a8b7aa332fac991 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a8b7aa332fac991 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a8b7aa332fac991 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a8b7aa332fac991 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a8b7aa332fac991 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a8b7aa332fac991 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a8b7aa332fac991 {
    /* Error Page */
    /* Error Page */
  }
  #a8b7aa332fac991 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a8b7aa332fac991 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a8b7aa332fac991 .error .clip:nth-of-type(1) .shadow,
  #a8b7aa332fac991 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a8b7aa332fac991 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a8b7aa332fac991 .error h2 {
    font-size: 24px;
  }
  #a8b7aa332fac991 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a8b7aa332fac991 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a8b7aa332fac991 .error .container-error-404 {
    height: 150px;
  }
}
#a8b7aa332fac991 .overlay {
  position: relative;
  z-index: 20;
}
#a8b7aa332fac991 .ground-color {
  background: white;
}
#a8b7aa332fac991 .item-bg-color {
  background: #EAEAEA;
}
#a8b7aa332fac991 .padding-top {
  padding-top: 10px;
}
#a8b7aa332fac991 .padding-bottom {
  padding-bottom: 10px;
}
#a8b7aa332fac991 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a8b7aa332fac991 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a8b7aa332fac991 .padding-all {
  padding: 10px;
}
#a8b7aa332fac991 .no-padding-left {
  padding-left: 0px;
}
#a8b7aa332fac991 .no-padding-right {
  padding-right: 0px;
}
#a8b7aa332fac991 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a8b7aa332fac991 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a8b7aa332fac991 .no-padding {
  padding: 0px;
}
#a8b7aa332fac991 .margin-top {
  margin-top: 10px;
}
#a8b7aa332fac991 .margin-bottom {
  margin-bottom: 10px;
}
#a8b7aa332fac991 .margin-right {
  margin-right: 10px;
}
#a8b7aa332fac991 .margin-left {
  margin-left: 10px;
}
#a8b7aa332fac991 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a8b7aa332fac991 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a8b7aa332fac991 .margin-all {
  margin: 10px;
}
#a8b7aa332fac991 .no-margin {
  margin: 0px;
}
#a8b7aa332fac991 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a8b7aa332fac991 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a8b7aa332fac991 .inside-col-shrink {
  margin: 0px 20px;
}
#a8b7aa332fac991 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#ae00ea688baf798 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4c60ad807ab3c0 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a4c60ad807ab3c0 .slider {
  width: 420px;
  height: 600px;
}
#a4c60ad807ab3c0 .uk-slideshow-items {
  height: 100%;
}
#a4c60ad807ab3c0 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a4c60ad807ab3c0 .login-wrap {
  width: 100%;
  height: 100%;
}
#a4c60ad807ab3c0 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a4c60ad807ab3c0 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a4c60ad807ab3c0 .phone-login-box {
  margin: 40px auto 40px;
  display: inline-block;
}
#a4c60ad807ab3c0 .login-header {
  margin-bottom: 24px;
}
#a4c60ad807ab3c0 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a4c60ad807ab3c0 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
}
#a4c60ad807ab3c0 .input-item input {
  width: 100%;
  padding: 0 16px 0 40px;
  height: 43px;
  border-radius: 0 21px 21px 0;
  position: absolute;
  right: 0;
  border: 0;
  line-height: 43px;
  background-color: transparent;
  outline: 0;
  font-size: 14px;
}
#a4c60ad807ab3c0 .input-item input.error,
#a4c60ad807ab3c0 .input-item input.error::placeholder {
  color: #fc4343;
}
#a4c60ad807ab3c0 .input-item input::placeholder {
  color: #999;
}
#a4c60ad807ab3c0 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
}
#a4c60ad807ab3c0 .verifycode-input {
  margin: 24px 0;
}
#a4c60ad807ab3c0 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a4c60ad807ab3c0 .send-code {
  float: left;
  margin-left: 20px;
}
#a4c60ad807ab3c0 .verifycode-input button {
  display: block;
  padding: 0;
  height: 45px;
  width: 105px;
  background-color: #f1f7ff;
  border-radius: 22px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #999;
  cursor: pointer;
}
#a4c60ad807ab3c0 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a4c60ad807ab3c0 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
}
#abd1babf80afbca .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac0daab93bab50d .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#ac0daab93bab50d .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#ac0daab93bab50d .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#ac0daab93bab50d .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#ac0daab93bab50d .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#ac0daab93bab50d .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#ac0daab93bab50d .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#ac0daab93bab50d .nav-list {
  padding: 0 20px;
}
#ac0daab93bab50d .nav-list .nav-item {
  display: inline-block;
  line-height: 21px;
  padding: 2px 6px 3px;
  font-size: 14px;
  color: #666;
  margin: 10px 30px 15px 0;
  cursor: pointer;
}
#ac0daab93bab50d .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#ac0daab93bab50d .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#ac0daab93bab50d .order-item:hover {
  background: #f7f7f7;
}
#ac0daab93bab50d .del-order {
  cursor: pointer;
}
#ac0daab93bab50d .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#ac0daab93bab50d .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#ac0daab93bab50d .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#ac0daab93bab50d .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#ac0daab93bab50d .goods-item .goods-info {
  padding: 0 15px;
}
#ac0daab93bab50d .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#ac0daab93bab50d .appoint-time {
  margin-bottom: 4px;
}
#ac0daab93bab50d .appoint-name {
  color: #333;
  font-size: 14px;
}
#ac0daab93bab50d .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#ac0daab93bab50d .goods-item .goods-name {
  color: #333;
}
#ac0daab93bab50d .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#ac0daab93bab50d .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#ac0daab93bab50d .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#ac0daab93bab50d .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#ac0daab93bab50d .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#ac0daab93bab50d .order-btns .btn {
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ececec;
  padding: 0 14px;
  display: inline-block;
  margin-left: 8px;
  background: #fff;
  color: #333;
}
#ac0daab93bab50d .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#ac0daab93bab50d .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#ac0daab93bab50d .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#ac0daab93bab50d .setting-form {
  padding: 30px 20px;
}
#ac0daab93bab50d .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#ac0daab93bab50d .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#ac0daab93bab50d .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#ac0daab93bab50d .setting-form .setting-btns {
  margin-left: 130px;
}
#ac0daab93bab50d .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#ac0daab93bab50d .setting-wrap {
  position: relative;
}
#ac0daab93bab50d .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#ac0daab93bab50d .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#ac0daab93bab50d .user-info .levels {
  color: #888;
  font-size: 12px;
}
#ac0daab93bab50d .address-wrap {
  padding: 30px 20px;
}
#ac0daab93bab50d .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#ac0daab93bab50d .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#ac0daab93bab50d .addr-list {
  min-height: 200px;
}
#ac0daab93bab50d .addr-detail .addr-item-name,
#ac0daab93bab50d .addr-detail .addr-default {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  max-width: 8em;
  height: 16px;
  line-height: 14px;
  font-size: 12px;
  color: #4b9bfb;
  border: 1px solid #4b9bfb;
}
#ac0daab93bab50d .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#ac0daab93bab50d .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#ac0daab93bab50d .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#ac0daab93bab50d .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#ac0daab93bab50d .add-addr {
  height: 32px;
  line-height: 30px;
}
#ac0daab93bab50d .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(/resources/sys/img/icons/info-pass.png) center center no-repeat;
  background-size: contain;
}
#ac0daab93bab50d .publish-item {
  cursor: default;
  min-height: 120px;
}
#ac0daab93bab50d .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#ac0daab93bab50d .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#ac0daab93bab50d .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #005bac;
}
#ac0daab93bab50d .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a621fa0d0eadc38 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9849a89c4acb40 .search-highlight {
  background: yellow;
}
#a9849a89c4acb40 .category-list {
  background: #fff;
  padding: 20px 40px;
}
#a9849a89c4acb40 .goods-sort {
  padding: 10px 0;
}
#a9849a89c4acb40 .goods {
  padding-bottom: 20px;
}
#a9849a89c4acb40 .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#a9849a89c4acb40 .goods-sort .category .name {
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
#a9849a89c4acb40 .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
  margin-left: 65px;
}
#a9849a89c4acb40 .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}
#a9849a89c4acb40 .goods-sort .sort-default.active,
#a9849a89c4acb40 .goods-sort .category-item.active {
  color: red;
}
#a9849a89c4acb40 .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#a9849a89c4acb40 .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#a9849a89c4acb40 .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#a9849a89c4acb40 .sorts .sort.active span {
  color: #e4393c;
}
#a9849a89c4acb40 .sorts .fa {
  color: #999;
}
#a9849a89c4acb40 .sorts .fa.active {
  color: #e4393c;
}
#a9849a89c4acb40 .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#a9849a89c4acb40 .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#a9849a89c4acb40 .uk-container {
  min-height: 200px;
}
#a9849a89c4acb40 .not-found {
  line-height: 200px;
}
#a9849a89c4acb40 .goods .item {
  color: #333;
  font-weight: 400;
}
#a9849a89c4acb40 .img-alter {
  display: none;
}
#a9849a89c4acb40 .goods .item:hover .img-main {
  display: none;
}
#a9849a89c4acb40 .goods .item:hover .img-alter {
  display: block;
}
#a9849a89c4acb40 .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#a9849a89c4acb40 .goods .item .title:hover {
  color: #d4282d;
}
#a9849a89c4acb40 .goods .item .price {
  color: #d4282d;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a9849a89c4acb40 .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#a9849a89c4acb40 .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#a9849a89c4acb40 .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#a9849a89c4acb40 .goods .member-price {
  font-size: 12px;
  color: #d4282d;
  font-weight: 500;
  line-height: 18px;
  margin-left: 10px;
}
#a9849a89c4acb40 .uk-card .uk-card-media {
  background: #fff;
}
#a9849a89c4acb40 .uk-card:hover {
  background-color: #f4f0e9;
}
#a9849a89c4acb40 .sort-time.active .fa {
  color: #e4393c;
}
#a9849a89c4acb40 * + .uk-grid-margin-small,
#a9849a89c4acb40 .uk-grid + .uk-grid-small,
#a9849a89c4acb40 .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
#ac797a2c6aac245 .search-highlight {
  background: yellow;
}
#ac797a2c6aac245 .category-list {
  background: #fff;
  padding: 20px 40px;
}
#ac797a2c6aac245 .goods-sort {
  padding: 10px 0;
}
#ac797a2c6aac245 .goods {
  padding-bottom: 20px;
}
#ac797a2c6aac245 .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#ac797a2c6aac245 .goods-sort .category .name {
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
#ac797a2c6aac245 .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
  margin-left: 65px;
}
#ac797a2c6aac245 .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}
#ac797a2c6aac245 .goods-sort .sort-default.active,
#ac797a2c6aac245 .goods-sort .category-item.active {
  color: red;
}
#ac797a2c6aac245 .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#ac797a2c6aac245 .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#ac797a2c6aac245 .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#ac797a2c6aac245 .sorts .sort.active span {
  color: #e4393c;
}
#ac797a2c6aac245 .sorts .fa {
  color: #999;
}
#ac797a2c6aac245 .sorts .fa.active {
  color: #e4393c;
}
#ac797a2c6aac245 .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#ac797a2c6aac245 .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#ac797a2c6aac245 .uk-container {
  min-height: 200px;
}
#ac797a2c6aac245 .not-found {
  line-height: 200px;
}
#ac797a2c6aac245 .goods .item {
  color: #333;
  font-weight: 400;
}
#ac797a2c6aac245 .img-alter {
  display: none;
}
#ac797a2c6aac245 .goods .item:hover .img-main {
  display: none;
}
#ac797a2c6aac245 .goods .item:hover .img-alter {
  display: block;
}
#ac797a2c6aac245 .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#ac797a2c6aac245 .goods .item .title:hover {
  color: #d4282d;
}
#ac797a2c6aac245 .goods .item .price {
  color: #d4282d;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ac797a2c6aac245 .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#ac797a2c6aac245 .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#ac797a2c6aac245 .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#ac797a2c6aac245 .goods .member-price {
  font-size: 12px;
  color: #d4282d;
  font-weight: 500;
  line-height: 18px;
  margin-left: 10px;
}
#ac797a2c6aac245 .uk-card .uk-card-media {
  background: #fff;
}
#ac797a2c6aac245 .uk-card:hover {
  background-color: #f4f0e9;
}
#ac797a2c6aac245 .sort-time.active .fa {
  color: #e4393c;
}
#ac797a2c6aac245 * + .uk-grid-margin-small,
#ac797a2c6aac245 .uk-grid + .uk-grid-small,
#ac797a2c6aac245 .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
#a934da11abaf95c .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aecafac7c1a43d6 .coupon-item:after,
#aecafac7c1a43d6 .coupon-item:before {
  background: #F0F5F9;
}
#ae404abf74affda .coupon-item:after,
#ae404abf74affda .coupon-item:before {
  background: #F0F5F9;
}
#af5bda4726ad4d5 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6c74aba21adfa1 {
  min-height: 500px;
  /* mobile */
}
#a6c74aba21adfa1 .search-highlight {
  background: yellow;
}
#a6c74aba21adfa1 .el-item {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a6c74aba21adfa1 .el-title {
  margin-bottom: 20px;
}
#a6c74aba21adfa1 .el-item:hover {
  background: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6c74aba21adfa1 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a6c74aba21adfa1 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a6c74aba21adfa1 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a6c74aba21adfa1 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a6c74aba21adfa1 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a6c74aba21adfa1 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a6c74aba21adfa1 .el-title {
    margin-bottom: 0;
  }
  #a6c74aba21adfa1 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a6c74aba21adfa1 .category {
    font-size: 12px;
  }
  #a6c74aba21adfa1 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a390aa88c6a5ee0 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a59c4abf63a55e1 .uk-checkbox:not(:checked) {
  background: #fff;
}
#a59c4abf63a55e1 .cart-wrap .column {
  float: left;
  text-align: center;
}
#a59c4abf63a55e1 .cart-head,
#a59c4abf63a55e1 .cart-footer,
#a59c4abf63a55e1 .cart-item {
  margin-bottom: 10px;
  padding: 12px 0;
  border: 1px solid #f0f0f0;
  background-color: #fff;
}
#a59c4abf63a55e1 .cart-head {
  background-color: #efefef;
}
#a59c4abf63a55e1 .cart-head,
#a59c4abf63a55e1 .cart-footer {
  margin: 20px 0;
  padding: 12px;
}
#a59c4abf63a55e1 .cart-footer {
  display: none;
}
#a59c4abf63a55e1 .cart-head .c-checkbox {
  width: 150px;
}
#a59c4abf63a55e1 .c-info {
  width: 410px;
}
#a59c4abf63a55e1 .c-price {
  width: 180px;
}
#a59c4abf63a55e1 .c-count {
  width: 170px;
}
#a59c4abf63a55e1 .c-sum {
  width: 170px;
}
#a59c4abf63a55e1 .cart-item {
  padding: 20px 12px;
}
#a59c4abf63a55e1 .selected {
  background-color: #fdf5e9;
}
#a59c4abf63a55e1 .cart-item .c-info {
  width: 500px;
}
#a59c4abf63a55e1 .cart-item .c-checkbox {
  width: 60px;
}
#a59c4abf63a55e1 .cart-item .pic {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}
#a59c4abf63a55e1 .cart-item .c-info .info {
  padding-left: 120px;
  min-height: 100px;
  width: 500px;
  padding-top: 10px;
  line-height: 1;
}
#a59c4abf63a55e1 .cart-item .c-info .title {
  font-size: 14px;
  display: block;
  color: #333;
  text-align: left;
  margin-bottom: 6px;
}
#a59c4abf63a55e1 .cart-item .c-info span {
  font-size: 12px;
  color: #999;
}
#a59c4abf63a55e1 .cart-item .price {
  text-align: center;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a59c4abf63a55e1 .cart-item .price-total {
  color: #d4282d;
  font-weight: bolder;
}
#a59c4abf63a55e1 .cart-item .present-price {
  font-size: 14px;
  color: #333;
}
#a59c4abf63a55e1 .cart-item .origin-price {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
  text-decoration: line-through;
}
#a59c4abf63a55e1 .cart-item .column {
  padding-top: 12px;
}
#a59c4abf63a55e1 .cart-item .c-info {
  padding-top: 0;
}
#a59c4abf63a55e1 .cart-item .del {
  color: #555;
}
#a59c4abf63a55e1 .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a59c4abf63a55e1 .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a59c4abf63a55e1 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a59c4abf63a55e1 .select-num i {
  line-height: 30px;
}
#a59c4abf63a55e1 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a59c4abf63a55e1 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a59c4abf63a55e1 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a59c4abf63a55e1 .price-info {
  color: #999;
  float: right;
  margin-left: 20px;
}
#a59c4abf63a55e1 .price-info .discount {
  font-size: 12px;
}
#a59c4abf63a55e1 .price-info .price-num {
  font-size: 16px;
  color: #E2231A;
  font-weight: 700;
}
#a59c4abf63a55e1 .column-left {
  line-height: 36px;
}
#a59c4abf63a55e1 .column-left a {
  color: #888;
  display: inline-block;
  margin-left: 10px;
}
#a59c4abf63a55e1 .column-left a:hover {
  color: #E2231A;
}
#a59c4abf63a55e1 .column-right {
  padding-right: 130px;
}
#a59c4abf63a55e1 .column-right .selected-num {
  color: #999;
  font-size: 13px;
  line-height: 26px;
}
#a59c4abf63a55e1 .column-right .selected-num span {
  color: #E2231A;
  font-weight: bolder;
  display: inline-block;
  margin: 0 2px;
}
#a59c4abf63a55e1 .order-btn {
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 130px;
  line-height: 68px;
  color: #fff;
  font-size: 24px;
  background-color: #E2231A;
  text-align: center;
}
#a59c4abf63a55e1 .cart-icon {
  width: 200px;
  fill: #ccc;
}
#a4d83a63c3a5716 .uk-checkbox:not(:checked) {
  background: #fff;
}
#a4d83a63c3a5716 .cart-wrap .column {
  float: left;
  text-align: center;
}
#a4d83a63c3a5716 .cart-head,
#a4d83a63c3a5716 .cart-footer,
#a4d83a63c3a5716 .cart-item {
  margin-bottom: 10px;
  padding: 12px 0;
  border: 1px solid #f0f0f0;
  background-color: #fff;
}
#a4d83a63c3a5716 .cart-head {
  background-color: #efefef;
}
#a4d83a63c3a5716 .cart-head,
#a4d83a63c3a5716 .cart-footer {
  margin: 20px 0;
  padding: 12px;
}
#a4d83a63c3a5716 .cart-footer {
  display: none;
}
#a4d83a63c3a5716 .cart-head .c-checkbox {
  width: 150px;
}
#a4d83a63c3a5716 .c-info {
  width: 410px;
}
#a4d83a63c3a5716 .c-price {
  width: 180px;
}
#a4d83a63c3a5716 .c-count {
  width: 170px;
}
#a4d83a63c3a5716 .c-sum {
  width: 170px;
}
#a4d83a63c3a5716 .cart-item {
  padding: 20px 12px;
}
#a4d83a63c3a5716 .selected {
  background-color: #fdf5e9;
}
#a4d83a63c3a5716 .cart-item .c-info {
  width: 500px;
}
#a4d83a63c3a5716 .cart-item .c-checkbox {
  width: 60px;
}
#a4d83a63c3a5716 .cart-item .pic {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}
#a4d83a63c3a5716 .cart-item .c-info .info {
  padding-left: 120px;
  min-height: 100px;
  width: 500px;
  padding-top: 10px;
  line-height: 1;
}
#a4d83a63c3a5716 .cart-item .c-info .title {
  font-size: 14px;
  display: block;
  color: #333;
  text-align: left;
  margin-bottom: 6px;
}
#a4d83a63c3a5716 .cart-item .c-info span {
  font-size: 12px;
  color: #999;
}
#a4d83a63c3a5716 .cart-item .price {
  text-align: center;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a4d83a63c3a5716 .cart-item .price-total {
  color: #d4282d;
  font-weight: bolder;
}
#a4d83a63c3a5716 .cart-item .present-price {
  font-size: 14px;
  color: #333;
}
#a4d83a63c3a5716 .cart-item .origin-price {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
  text-decoration: line-through;
}
#a4d83a63c3a5716 .cart-item .column {
  padding-top: 12px;
}
#a4d83a63c3a5716 .cart-item .c-info {
  padding-top: 0;
}
#a4d83a63c3a5716 .cart-item .del {
  color: #555;
}
#a4d83a63c3a5716 .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a4d83a63c3a5716 .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a4d83a63c3a5716 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a4d83a63c3a5716 .select-num i {
  line-height: 30px;
}
#a4d83a63c3a5716 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a4d83a63c3a5716 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a4d83a63c3a5716 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a4d83a63c3a5716 .price-info {
  color: #999;
  float: right;
  margin-left: 20px;
}
#a4d83a63c3a5716 .price-info .discount {
  font-size: 12px;
}
#a4d83a63c3a5716 .price-info .price-num {
  font-size: 16px;
  color: #E2231A;
  font-weight: 700;
}
#a4d83a63c3a5716 .column-left {
  line-height: 36px;
}
#a4d83a63c3a5716 .column-left a {
  color: #888;
  display: inline-block;
  margin-left: 10px;
}
#a4d83a63c3a5716 .column-left a:hover {
  color: #E2231A;
}
#a4d83a63c3a5716 .column-right {
  padding-right: 130px;
}
#a4d83a63c3a5716 .column-right .selected-num {
  color: #999;
  font-size: 13px;
  line-height: 26px;
}
#a4d83a63c3a5716 .column-right .selected-num span {
  color: #E2231A;
  font-weight: bolder;
  display: inline-block;
  margin: 0 2px;
}
#a4d83a63c3a5716 .order-btn {
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 130px;
  line-height: 68px;
  color: #fff;
  font-size: 24px;
  background-color: #E2231A;
  text-align: center;
}
#a4d83a63c3a5716 .cart-icon {
  width: 200px;
  fill: #ccc;
}
#aa1a9a6a86a16f4 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a278aa9db8afdac .checkout-title {
  font-size: 16px;
  color: #666;
  line-height: 42px;
}
#a278aa9db8afdac .checkout-wrap {
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid #f0f0f0;
  color: #666;
}
#a278aa9db8afdac .add-addr {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}
#a278aa9db8afdac .checkout-wrap h3 {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
#a278aa9db8afdac .addr-list {
  height: 45px;
  overflow: hidden;
}
#a278aa9db8afdac .addr-list.expand {
  height: auto;
}
#a278aa9db8afdac .addr-item {
  list-style: none;
  height: 30px;
  margin: 6px 0 20px;
  display: block;
  position: relative;
}
#a278aa9db8afdac .addr-item:hover {
  background-color: #fff3f3;
}
#a278aa9db8afdac .addr-item .addr-item-name {
  list-style: none;
  position: relative;
  border: 1px solid #ddd;
  line-height: 28px;
  padding: 0 10px;
  width: 120px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #777;
  float: left;
  margin-right: 15px;
}
#a278aa9db8afdac .addr-item.selected .addr-item-name {
  border: 2px solid #FF0036;
}
#a278aa9db8afdac .addr-default {
  margin: 5px 10px;
  background-color: #999;
  color: #fff;
  padding: 0 4px;
  line-height: 20px;
  display: inline-block;
}
#a278aa9db8afdac .addr-item.selected .addr-item-name i {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==);
  color: black;
}
#a278aa9db8afdac .addr-item .addr-detail {
  line-height: 30px;
  font-size: 12px;
}
#a278aa9db8afdac .addr-item .op-btns {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 12px;
}
#a278aa9db8afdac .addr-item .op-btns a {
  color: #005ea7;
  display: inline-block;
  margin-right: 12px;
}
#a278aa9db8afdac .addr-item .op-btns a:hover {
  color: #FF0036;
}
#a278aa9db8afdac .addr-switch {
  line-height: 24px;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 15px;
}
#a278aa9db8afdac .addr-switch b {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  line-height: 10px;
  width: 9px;
  margin-left: 5px;
  background: url(/resources/sys/img/toggle-arrow.png) no-repeat 0 0;
}
#a278aa9db8afdac .addr-switch.expand b {
  background-position: 0 -10px;
}
#a278aa9db8afdac table {
  border: 1px solid #ececec;
  margin: 0 0 30px;
  color: #333;
}
#a278aa9db8afdac table thead {
  color: #999;
  background-color: #f5f5f5;
}
#a278aa9db8afdac table td {
  text-align: center;
}
#a278aa9db8afdac table thead td {
  border-top: none;
}
#a278aa9db8afdac table .goods-pic {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  float: left;
}
#a278aa9db8afdac table .goods-info a {
  color: #333;
  font-weight: bolder;
}
#a278aa9db8afdac table .goods-info span {
  font-size: 12px;
  color: #999;
}
#a278aa9db8afdac .origin-price {
  color: #999;
  text-decoration: line-through;
}
#a278aa9db8afdac table .price {
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a278aa9db8afdac .checkout-summary {
  margin: 20px 4px 10px;
}
#a278aa9db8afdac .summary-item {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
#a278aa9db8afdac .summary-item > em {
  width: 140px;
  display: inline-block;
  color: #333;
  font-size: 12px;
  font-family: verdana;
  font-style: normal;
}
#a278aa9db8afdac .order-confirm {
  padding: 15px 10px 15px 0;
  text-align: right;
  border-top: 1px solid #e6e6e6;
  color: #999;
  background-color: #f4f4f4;
  line-height: 24px;
  font-size: 12px;
}
#a278aa9db8afdac .order-confirm .total-price {
  display: inline-block;
  color: #e4393c;
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  min-width: 122px;
}
#a278aa9db8afdac .order-btn {
  margin-top: 20px;
  display: inline-block;
  line-height: 42px;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#a278aa9db8afdac .order-submit-btn:hover {
  background-color: #EF494D;
}
#a278aa9db8afdac .coupon-select {
  padding: 0 20px;
  line-height: 28px;
  color: #EF494D;
  border: 1px solid #EF494D;
  margin-top: 6px;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a278aa9db8afdac .coupon-select.disable {
  color: #555;
  border-color: #333;
  cursor: not-allowed;
}
#a278aa9db8afdac .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a278aa9db8afdac .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a278aa9db8afdac .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a278aa9db8afdac .select-num i {
  line-height: 30px;
}
#a278aa9db8afdac .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a278aa9db8afdac .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a278aa9db8afdac .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a278aa9db8afdac .toggle-point {
  position: absolute;
  right: 0;
  top: 24px;
}
#a4103af5fbaeeeb .checkout-title {
  font-size: 16px;
  color: #666;
  line-height: 42px;
}
#a4103af5fbaeeeb .checkout-wrap {
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid #f0f0f0;
  color: #666;
}
#a4103af5fbaeeeb .add-addr {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}
#a4103af5fbaeeeb .checkout-wrap h3 {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
#a4103af5fbaeeeb .addr-list {
  height: 45px;
  overflow: hidden;
}
#a4103af5fbaeeeb .addr-list.expand {
  height: auto;
}
#a4103af5fbaeeeb .addr-item {
  list-style: none;
  height: 30px;
  margin: 6px 0 20px;
  display: block;
  position: relative;
}
#a4103af5fbaeeeb .addr-item:hover {
  background-color: #fff3f3;
}
#a4103af5fbaeeeb .addr-item .addr-item-name {
  list-style: none;
  position: relative;
  border: 1px solid #ddd;
  line-height: 28px;
  padding: 0 10px;
  width: 120px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #777;
  float: left;
  margin-right: 15px;
}
#a4103af5fbaeeeb .addr-item.selected .addr-item-name {
  border: 2px solid #FF0036;
}
#a4103af5fbaeeeb .addr-default {
  margin: 5px 10px;
  background-color: #999;
  color: #fff;
  padding: 0 4px;
  line-height: 20px;
  display: inline-block;
}
#a4103af5fbaeeeb .addr-item.selected .addr-item-name i {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==);
  color: black;
}
#a4103af5fbaeeeb .addr-item .addr-detail {
  line-height: 30px;
  font-size: 12px;
}
#a4103af5fbaeeeb .addr-item .op-btns {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 12px;
}
#a4103af5fbaeeeb .addr-item .op-btns a {
  color: #005ea7;
  display: inline-block;
  margin-right: 12px;
}
#a4103af5fbaeeeb .addr-item .op-btns a:hover {
  color: #FF0036;
}
#a4103af5fbaeeeb .addr-switch {
  line-height: 24px;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 15px;
}
#a4103af5fbaeeeb .addr-switch b {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  line-height: 10px;
  width: 9px;
  margin-left: 5px;
  background: url(/resources/sys/img/toggle-arrow.png) no-repeat 0 0;
}
#a4103af5fbaeeeb .addr-switch.expand b {
  background-position: 0 -10px;
}
#a4103af5fbaeeeb table {
  border: 1px solid #ececec;
  margin: 0 0 30px;
  color: #333;
}
#a4103af5fbaeeeb table thead {
  color: #999;
  background-color: #f5f5f5;
}
#a4103af5fbaeeeb table td {
  text-align: center;
}
#a4103af5fbaeeeb table thead td {
  border-top: none;
}
#a4103af5fbaeeeb table .goods-pic {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  float: left;
}
#a4103af5fbaeeeb table .goods-info a {
  color: #333;
  font-weight: bolder;
}
#a4103af5fbaeeeb table .goods-info span {
  font-size: 12px;
  color: #999;
}
#a4103af5fbaeeeb .origin-price {
  color: #999;
  text-decoration: line-through;
}
#a4103af5fbaeeeb table .price {
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a4103af5fbaeeeb .checkout-summary {
  margin: 20px 4px 10px;
}
#a4103af5fbaeeeb .summary-item {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
#a4103af5fbaeeeb .summary-item > em {
  width: 140px;
  display: inline-block;
  color: #333;
  font-size: 12px;
  font-family: verdana;
  font-style: normal;
}
#a4103af5fbaeeeb .order-confirm {
  padding: 15px 10px 15px 0;
  text-align: right;
  border-top: 1px solid #e6e6e6;
  color: #999;
  background-color: #f4f4f4;
  line-height: 24px;
  font-size: 12px;
}
#a4103af5fbaeeeb .order-confirm .total-price {
  display: inline-block;
  color: #e4393c;
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  min-width: 122px;
}
#a4103af5fbaeeeb .order-btn {
  margin-top: 20px;
  display: inline-block;
  line-height: 42px;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#a4103af5fbaeeeb .order-submit-btn:hover {
  background-color: #EF494D;
}
#a4103af5fbaeeeb .coupon-select {
  padding: 0 20px;
  line-height: 28px;
  color: #EF494D;
  border: 1px solid #EF494D;
  margin-top: 6px;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a4103af5fbaeeeb .coupon-select.disable {
  color: #555;
  border-color: #333;
  cursor: not-allowed;
}
#a4103af5fbaeeeb .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a4103af5fbaeeeb .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a4103af5fbaeeeb .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a4103af5fbaeeeb .select-num i {
  line-height: 30px;
}
#a4103af5fbaeeeb .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a4103af5fbaeeeb .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a4103af5fbaeeeb .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a4103af5fbaeeeb .toggle-point {
  position: absolute;
  right: 0;
  top: 24px;
}
#ab684a5f52a0c36 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9a18a3c84ad757 .title {
  font-size: 18px;
  color: #000;
  line-height: 2;
}
#a9a18a3c84ad757 .order-id {
  color: #666;
}
#a9a18a3c84ad757 .payment {
  cursor: pointer;
}
#a9a18a3c84ad757 .payment img {
  min-height: 40px;
}
#a9a18a3c84ad757 .payment-wrap {
  border: 1px solid #ececec;
  margin: 20px 0;
}
#a9a18a3c84ad757 .payment-title {
  height: 42px;
  padding-left: 21px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #efefef;
  line-height: 41px;
  color: #999;
  font-size: 14px;
}
#a9a18a3c84ad757 .selected {
  border: 2px solid #e1251b;
}
#a9a18a3c84ad757 .btn {
  display: inline-block;
  line-height: 42px;
  padding: 2px 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#a9a18a3c84ad757 .btn:hover {
  background-color: #EF494D;
}
#afc32a14b5a0dd5 .title {
  font-size: 18px;
  color: #000;
  line-height: 2;
}
#afc32a14b5a0dd5 .order-id {
  color: #666;
}
#afc32a14b5a0dd5 .payment {
  cursor: pointer;
}
#afc32a14b5a0dd5 .payment img {
  min-height: 40px;
}
#afc32a14b5a0dd5 .payment-wrap {
  border: 1px solid #ececec;
  margin: 20px 0;
}
#afc32a14b5a0dd5 .payment-title {
  height: 42px;
  padding-left: 21px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #efefef;
  line-height: 41px;
  color: #999;
  font-size: 14px;
}
#afc32a14b5a0dd5 .selected {
  border: 2px solid #e1251b;
}
#afc32a14b5a0dd5 .btn {
  display: inline-block;
  line-height: 42px;
  padding: 2px 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#afc32a14b5a0dd5 .btn:hover {
  background-color: #EF494D;
}
#a9f42a712aaf3b3 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad961a6f63a8b71 {
  max-width: 1200px;
  margin: 0 auto;
}
#ad961a6f63a8b71 .m-header {
  background: #fff;
  height: 44px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#ad961a6f63a8b71 .order-container {
  padding-bottom: 60px;
}
#ad961a6f63a8b71 .express-date {
  color: #999;
  font-size: 12px;
}
#ad961a6f63a8b71 .m-header-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  padding: 10px;
  text-align: center;
}
#ad961a6f63a8b71 .m-header-back svg {
  width: 16px;
  fill: #666;
}
#ad961a6f63a8b71 .m-header-title {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #333;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ad961a6f63a8b71 .order-status {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f66d70), to(#e93b3d));
  background-image: -webkit-linear-gradient(left, #f66d70, #e93b3d);
  background-image: linear-gradient(90deg, #f66d70, #e93b3d);
  color: #fff;
  padding: 12px 10px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
#ad961a6f63a8b71 .order-status:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  left: 0;
  bottom: 0;
  border-radius: 0 100% 0 0;
  background-image: -webkit-linear-gradient(60deg, #e93c3e 32%, #f66c6c 69%);
  background-image: linear-gradient(30deg, #e93c3e 32%, #f66c6c 69%);
}
#ad961a6f63a8b71 .order-status:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 48px;
  right: 0;
  bottom: 0;
  border-radius: 100% 0 0 2%;
  background-image: -webkit-linear-gradient(53deg, #e93c3e 8%, #f66d70 78%);
  background-image: linear-gradient(37deg, #e93c3e 8%, #f66d70 78%);
}
#ad961a6f63a8b71 .state-desc {
  padding-left: 25px;
}
#ad961a6f63a8b71 .order-status .icon-status {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(/resources/sys/img/order_status_icon.png);
  background-size: 41px 41px;
  background-repeat: no-repeat;
  top: 25px;
}
#ad961a6f63a8b71 .order-status .icon-status.status-1,
#ad961a6f63a8b71 .order-status .icon-status.status-2,
#ad961a6f63a8b71 .order-status .icon-status.status-3 {
  background-position: 0 -22px;
}
#ad961a6f63a8b71 .order-status .icon-status.status--1 {
  background-position: -22px 0;
}
#ad961a6f63a8b71 .state-desc .state-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#ad961a6f63a8b71 .state-tip {
  font-size: 12px;
}
#ad961a6f63a8b71 .top-content {
  padding: 0 10px;
  background: #fff;
}
#ad961a6f63a8b71 .top-content .fa {
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
  width: 24px;
  text-align: center;
}
#ad961a6f63a8b71 .top-content .desc {
  color: #333;
  line-height: 21px;
  font-size: 14px;
  background: #fff;
}
#ad961a6f63a8b71 .top-content .tip {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
#ad961a6f63a8b71 .top-content .content-wrap {
  padding: 12px 0;
  border-bottom: 1px solid #f7f7f7;
}
#ad961a6f63a8b71 .top-content.address .content-wrap {
  border-bottom: none;
}
#ad961a6f63a8b71 .goods-item {
  margin-top: 10px;
  padding: 10px 10px 20px 10px;
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
}
#ad961a6f63a8b71 .goods-item img {
  display: block;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  margin-right: 10px;
}
#ad961a6f63a8b71 .goods-info .title {
  font-size: 14px;
  margin-bottom: 3px;
  word-break: break-all;
  position: relative;
  color: #333;
  font-weight: 500;
}
#ad961a6f63a8b71 .goods-info .sku-name {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
#ad961a6f63a8b71 .goods-info .private-info {
  font-size: 12px;
}
#ad961a6f63a8b71 .goods-info .num-wrap {
  color: #999;
  font-size: 12px;
}
#ad961a6f63a8b71 .goods-info .present-price {
  line-height: 30px;
  color: #e93b3d;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
#ad961a6f63a8b71 .panel {
  background: #fff;
  margin: 20px 0;
}
#ad961a6f63a8b71 .panel-header {
  padding: 10px;
  color: #333;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
}
#ad961a6f63a8b71 .panel-header .tip {
  line-height: 24px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
}
#ad961a6f63a8b71 .contact {
  padding: 16px 0;
  line-height: 1;
  font-size: 12px;
  color: #999;
  display: block;
  text-align: center;
}
#ad961a6f63a8b71 .hide {
  display: none;
}
#ad961a6f63a8b71 .contact img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  display: inline-block;
}
#ad961a6f63a8b71 .order-detail {
  padding: 15px 10px;
  background: #fff;
}
#ad961a6f63a8b71 .order-detail .order-item {
  line-height: 22px;
  margin-bottom: 3px;
  color: #151515;
}
#ad961a6f63a8b71 .order-detail .order-item span {
  color: #999;
  display: inline-block;
  margin-right: 6px;
}
#ad961a6f63a8b71 .order-summary {
  border-top: 1px solid #f7f7f7;
  padding: 12px 0;
}
#ad961a6f63a8b71 .order-id {
  font-size: 13px;
  font-style: normal;
}
#ad961a6f63a8b71 .order-summary .order-price {
  line-height: 21px;
  color: #333;
  font-weight: 400;
}
#ad961a6f63a8b71 .order-summary .price {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}
#ad961a6f63a8b71 .total-price {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 32px;
}
#ad961a6f63a8b71 .total-price .price {
  color: #f2270c;
}
#ad961a6f63a8b71 .order-bottom {
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  font-size: 12px;
  border-top: 1px solid #f7f7f7;
}
#ad961a6f63a8b71 .pay-btn {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  cursor: pointer;
}
#a0bdea9e5ba0135 {
  max-width: 1200px;
  margin: 0 auto;
}
#a0bdea9e5ba0135 .m-header {
  background: #fff;
  height: 44px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#a0bdea9e5ba0135 .order-container {
  padding-bottom: 60px;
}
#a0bdea9e5ba0135 .express-date {
  color: #999;
  font-size: 12px;
}
#a0bdea9e5ba0135 .m-header-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  padding: 10px;
  text-align: center;
}
#a0bdea9e5ba0135 .m-header-back svg {
  width: 16px;
  fill: #666;
}
#a0bdea9e5ba0135 .m-header-title {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #333;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#a0bdea9e5ba0135 .order-status {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f66d70), to(#e93b3d));
  background-image: -webkit-linear-gradient(left, #f66d70, #e93b3d);
  background-image: linear-gradient(90deg, #f66d70, #e93b3d);
  color: #fff;
  padding: 12px 10px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
#a0bdea9e5ba0135 .order-status:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  left: 0;
  bottom: 0;
  border-radius: 0 100% 0 0;
  background-image: -webkit-linear-gradient(60deg, #e93c3e 32%, #f66c6c 69%);
  background-image: linear-gradient(30deg, #e93c3e 32%, #f66c6c 69%);
}
#a0bdea9e5ba0135 .order-status:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 48px;
  right: 0;
  bottom: 0;
  border-radius: 100% 0 0 2%;
  background-image: -webkit-linear-gradient(53deg, #e93c3e 8%, #f66d70 78%);
  background-image: linear-gradient(37deg, #e93c3e 8%, #f66d70 78%);
}
#a0bdea9e5ba0135 .state-desc {
  padding-left: 25px;
}
#a0bdea9e5ba0135 .order-status .icon-status {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(/resources/sys/img/order_status_icon.png);
  background-size: 41px 41px;
  background-repeat: no-repeat;
  top: 25px;
}
#a0bdea9e5ba0135 .order-status .icon-status.status-1,
#a0bdea9e5ba0135 .order-status .icon-status.status-2,
#a0bdea9e5ba0135 .order-status .icon-status.status-3 {
  background-position: 0 -22px;
}
#a0bdea9e5ba0135 .order-status .icon-status.status--1 {
  background-position: -22px 0;
}
#a0bdea9e5ba0135 .state-desc .state-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#a0bdea9e5ba0135 .state-tip {
  font-size: 12px;
}
#a0bdea9e5ba0135 .top-content {
  padding: 0 10px;
  background: #fff;
}
#a0bdea9e5ba0135 .top-content .fa {
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
  width: 24px;
  text-align: center;
}
#a0bdea9e5ba0135 .top-content .desc {
  color: #333;
  line-height: 21px;
  font-size: 14px;
  background: #fff;
}
#a0bdea9e5ba0135 .top-content .tip {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
#a0bdea9e5ba0135 .top-content .content-wrap {
  padding: 12px 0;
  border-bottom: 1px solid #f7f7f7;
}
#a0bdea9e5ba0135 .top-content.address .content-wrap {
  border-bottom: none;
}
#a0bdea9e5ba0135 .goods-item {
  margin-top: 10px;
  padding: 10px 10px 20px 10px;
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
}
#a0bdea9e5ba0135 .goods-item img {
  display: block;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  margin-right: 10px;
}
#a0bdea9e5ba0135 .goods-info .title {
  font-size: 14px;
  margin-bottom: 3px;
  word-break: break-all;
  position: relative;
  color: #333;
  font-weight: 500;
}
#a0bdea9e5ba0135 .goods-info .sku-name {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
#a0bdea9e5ba0135 .goods-info .private-info {
  font-size: 12px;
}
#a0bdea9e5ba0135 .goods-info .num-wrap {
  color: #999;
  font-size: 12px;
}
#a0bdea9e5ba0135 .goods-info .present-price {
  line-height: 30px;
  color: #e93b3d;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
#a0bdea9e5ba0135 .panel {
  background: #fff;
  margin: 20px 0;
}
#a0bdea9e5ba0135 .panel-header {
  padding: 10px;
  color: #333;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
}
#a0bdea9e5ba0135 .panel-header .tip {
  line-height: 24px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
}
#a0bdea9e5ba0135 .contact {
  padding: 16px 0;
  line-height: 1;
  font-size: 12px;
  color: #999;
  display: block;
  text-align: center;
}
#a0bdea9e5ba0135 .hide {
  display: none;
}
#a0bdea9e5ba0135 .contact img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  display: inline-block;
}
#a0bdea9e5ba0135 .order-detail {
  padding: 15px 10px;
  background: #fff;
}
#a0bdea9e5ba0135 .order-detail .order-item {
  line-height: 22px;
  margin-bottom: 3px;
  color: #151515;
}
#a0bdea9e5ba0135 .order-detail .order-item span {
  color: #999;
  display: inline-block;
  margin-right: 6px;
}
#a0bdea9e5ba0135 .order-summary {
  border-top: 1px solid #f7f7f7;
  padding: 12px 0;
}
#a0bdea9e5ba0135 .order-id {
  font-size: 13px;
  font-style: normal;
}
#a0bdea9e5ba0135 .order-summary .order-price {
  line-height: 21px;
  color: #333;
  font-weight: 400;
}
#a0bdea9e5ba0135 .order-summary .price {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}
#a0bdea9e5ba0135 .total-price {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 32px;
}
#a0bdea9e5ba0135 .total-price .price {
  color: #f2270c;
}
#a0bdea9e5ba0135 .order-bottom {
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  font-size: 12px;
  border-top: 1px solid #f7f7f7;
}
#a0bdea9e5ba0135 .pay-btn {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  cursor: pointer;
}
#a2580ad610aa6a3 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a59b7a8debaa939 .comment-detail {
  min-height: 600px;
}
#a59b7a8debaa939 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a59b7a8debaa939 table th,
#a59b7a8debaa939 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a59b7a8debaa939 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a59b7a8debaa939 .red {
  color: #F00!important;
}
#a59b7a8debaa939 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
#a8890a4ff9afd56 .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a25acae168ae2fe .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1e9da2cdfa5f08 .address-select {
  cursor: pointer;
}
#a1e9da2cdfa5f08 .form-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 0;
}
#a1e9da2cdfa5f08 .form-item-last {
  border-bottom: none;
}
#a1e9da2cdfa5f08 .form-item .uk-form-label {
  font-size: 16px;
  color: #888;
  margin-bottom: 8px;
  font-weight: bolder;
  display: block;
}
#a1e9da2cdfa5f08 .address-select .uk-select {
  width: 100px;
}
#a1e9da2cdfa5f08 .form-item .uk-input,
#a1e9da2cdfa5f08 .form-item .uk-select {
  background: #fafafa;
  border-color: #eee;
}
#a1e9da2cdfa5f08 .submit-btn {
  background: #5cc55c;
  font-size: 18px;
  width: 160px;
  text-align: center;
  border-radius: 2px;
  line-height: 48px;
}
#a1e9da2cdfa5f08 .submit-btn:hover {
  opacity: .9;
}
#a1e9da2cdfa5f08 .img-box {
  margin-top: 40px;
}
#a1e9da2cdfa5f08 .img-box .up-p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}
#a1e9da2cdfa5f08 .z_photo {
  padding: 18px;
  border: 2px dashed #e7e6e6;
}
#a1e9da2cdfa5f08 .z_photo .z_file {
  position: relative;
}
#a1e9da2cdfa5f08 .z_file .file {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#a1e9da2cdfa5f08 .z_photo .up-section {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
#a1e9da2cdfa5f08 .up-section .close-upimg {
  position: absolute;
  top: 6px;
  right: 8px;
  display: none;
  z-index: 10;
}
#a1e9da2cdfa5f08 .up-section .up-span {
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}
#a1e9da2cdfa5f08 .up-section:hover {
  border: 2px solid #f15134;
}
#a1e9da2cdfa5f08 .up-section:hover .close-upimg {
  display: block;
}
#a1e9da2cdfa5f08 .up-section:hover .up-span {
  visibility: visible;
}
#a1e9da2cdfa5f08 .z_photo .up-img {
  display: block;
  width: 100%;
  height: 100%;
}
#a1e9da2cdfa5f08 .upimg-div .up-section {
  width: 190px;
  height: 180px;
}
#a1e9da2cdfa5f08 .img-box .upimg-div .z_file {
  width: 190px;
  height: 180px;
}
#a1e9da2cdfa5f08 .publish-price {
  font-size: 16px;
  color: #888;
}
#a1e9da2cdfa5f08 .publish-price .num {
  color: #ff9933;
  display: inline-block;
  margin: 0 4px;
  font-weight: 500;
}
#a1e9da2cdfa5f08 .z_file .add-img {
  display: block;
  width: 190px;
  height: 180px;
  cursor: pointer;
}
#a1e9da2cdfa5f08 .mask {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#a1e9da2cdfa5f08 .mask .mask-content {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -80px;
  background: #fff;
  height: 160px;
  text-align: center;
}
#a1e9da2cdfa5f08 .mask .mask-content .del-p {
  color: #555;
  height: 94px;
  line-height: 94px;
  font-size: 18px;
  border-bottom: 1px solid #d1d1d1;
}
#a1e9da2cdfa5f08 .mask-content .check-p {
  height: 66px;
  line-height: 66px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#a1e9da2cdfa5f08 .mask-content .check-p span {
  width: 49%;
  display: inline-block;
  text-align: center;
  color: #d4361d;
  font-size: 18px;
}
#a1e9da2cdfa5f08 .check-p .del-com {
  border-right: 1px solid #d1d1d1;
}
#a1e9da2cdfa5f08 #fileList,
#a1e9da2cdfa5f08 #picker {
  display: inline-block;
  float: left;
}
#a1e9da2cdfa5f08 .thumbnail {
  width: 140px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
#a1e9da2cdfa5f08 .thumbnail img {
  width: 100%;
  height: 130px;
}
#a1e9da2cdfa5f08 .thumbnail .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 5px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
#a1e9da2cdfa5f08 .thumbnail .error {
  background: #f43838;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28px;
  line-height: 28px;
  width: 100%;
  z-index: 100;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
#a1e9da2cdfa5f08 .thumbnail .remove {
  position: absolute;
  color: #fff;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 24px;
}
#a1e9da2cdfa5f08 #picker {
  width: 140px;
  height: 130px;
  background: url(/resources/sys/img/upload-img.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  font-size: 0px;
  text-indent: -1000px;
}
#a1e9da2cdfa5f08 .webuploader-pick {
  height: 100%;
}
#ac54ca466aa3a0b .address-select {
  cursor: pointer;
}
#ac54ca466aa3a0b .form-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 0;
}
#ac54ca466aa3a0b .form-item-last {
  border-bottom: none;
}
#ac54ca466aa3a0b .form-item .uk-form-label {
  font-size: 16px;
  color: #888;
  margin-bottom: 8px;
  font-weight: bolder;
  display: block;
}
#ac54ca466aa3a0b .address-select .uk-select {
  width: 100px;
}
#ac54ca466aa3a0b .form-item .uk-input,
#ac54ca466aa3a0b .form-item .uk-select {
  background: #fafafa;
  border-color: #eee;
}
#ac54ca466aa3a0b .submit-btn {
  background: #5cc55c;
  font-size: 18px;
  width: 160px;
  text-align: center;
  border-radius: 2px;
  line-height: 48px;
}
#ac54ca466aa3a0b .submit-btn:hover {
  opacity: .9;
}
#ac54ca466aa3a0b .img-box {
  margin-top: 40px;
}
#ac54ca466aa3a0b .img-box .up-p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}
#ac54ca466aa3a0b .z_photo {
  padding: 18px;
  border: 2px dashed #e7e6e6;
}
#ac54ca466aa3a0b .z_photo .z_file {
  position: relative;
}
#ac54ca466aa3a0b .z_file .file {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#ac54ca466aa3a0b .z_photo .up-section {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
#ac54ca466aa3a0b .up-section .close-upimg {
  position: absolute;
  top: 6px;
  right: 8px;
  display: none;
  z-index: 10;
}
#ac54ca466aa3a0b .up-section .up-span {
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}
#ac54ca466aa3a0b .up-section:hover {
  border: 2px solid #f15134;
}
#ac54ca466aa3a0b .up-section:hover .close-upimg {
  display: block;
}
#ac54ca466aa3a0b .up-section:hover .up-span {
  visibility: visible;
}
#ac54ca466aa3a0b .z_photo .up-img {
  display: block;
  width: 100%;
  height: 100%;
}
#ac54ca466aa3a0b .upimg-div .up-section {
  width: 190px;
  height: 180px;
}
#ac54ca466aa3a0b .img-box .upimg-div .z_file {
  width: 190px;
  height: 180px;
}
#ac54ca466aa3a0b .publish-price {
  font-size: 16px;
  color: #888;
}
#ac54ca466aa3a0b .publish-price .num {
  color: #ff9933;
  display: inline-block;
  margin: 0 4px;
  font-weight: 500;
}
#ac54ca466aa3a0b .z_file .add-img {
  display: block;
  width: 190px;
  height: 180px;
  cursor: pointer;
}
#ac54ca466aa3a0b .mask {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#ac54ca466aa3a0b .mask .mask-content {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -80px;
  background: #fff;
  height: 160px;
  text-align: center;
}
#ac54ca466aa3a0b .mask .mask-content .del-p {
  color: #555;
  height: 94px;
  line-height: 94px;
  font-size: 18px;
  border-bottom: 1px solid #d1d1d1;
}
#ac54ca466aa3a0b .mask-content .check-p {
  height: 66px;
  line-height: 66px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#ac54ca466aa3a0b .mask-content .check-p span {
  width: 49%;
  display: inline-block;
  text-align: center;
  color: #d4361d;
  font-size: 18px;
}
#ac54ca466aa3a0b .check-p .del-com {
  border-right: 1px solid #d1d1d1;
}
#ac54ca466aa3a0b #fileList,
#ac54ca466aa3a0b #picker {
  display: inline-block;
  float: left;
}
#ac54ca466aa3a0b .thumbnail {
  width: 140px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
#ac54ca466aa3a0b .thumbnail img {
  width: 100%;
  height: 130px;
}
#ac54ca466aa3a0b .thumbnail .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 5px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
#ac54ca466aa3a0b .thumbnail .error {
  background: #f43838;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28px;
  line-height: 28px;
  width: 100%;
  z-index: 100;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
#ac54ca466aa3a0b .thumbnail .remove {
  position: absolute;
  color: #fff;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 24px;
}
#ac54ca466aa3a0b #picker {
  width: 140px;
  height: 130px;
  background: url(/resources/sys/img/upload-img.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  font-size: 0px;
  text-indent: -1000px;
}
#ac54ca466aa3a0b .webuploader-pick {
  height: 100%;
}
#ad90ba1694ae3bf .uk-container {
  line-height: 2;
}
#a14d2a6a15ababf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0631a73f3a13c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0631a73f3a13c6 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0631a73f3a13c6 .menu-list > li.active > a:before,
#a0631a73f3a13c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0631a73f3a13c6 .menu-list > li ul li {
  position: relative;
}
#a0631a73f3a13c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0631a73f3a13c6 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ffffff;
}
#a0631a73f3a13c6 .menu-list li ul li a:active,
#a0631a73f3a13c6 .menu-list li ul li a.active,
#a0631a73f3a13c6 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a0631a73f3a13c6 .menu-list li ul,
#a0631a73f3a13c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a0631a73f3a13c6 .menu-list li ul.menu-b > li,
#a0631a73f3a13c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0631a73f3a13c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0631a73f3a13c6 .menu-list li:hover > ul {
  display: block;
}
#a0631a73f3a13c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
